Skip to content

ekta-1-9/web-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

web-projects

notes of html htmlbolierplates <!doctype html>

<title>mywebnotes</title>

hello this a para

second line

all about lists

  1. get ingredients

    • milk
    • sour
  2. cook
  3. eat

draggble element this is a link? hyperlink this si a link?

change the number by which the ordered list is starting

  1. hi
  2. hi
  3. hi
  4. hi
  5. hi
  6. hi
  7. hi

image tag

somerandomtext


what kind of person are you?


notes for file path

.. is for going up a level

. is searching in same folder once again

multiple html pages 
<a href="./4.0 File Paths/Folder0/solution.html">cat dog</a>

href is only for anchor tag

<hr/>
<h5>creating a webpage inside a link</h5>
<a href="./aboutme.html">about me</a>
<h5>inserting a limk on a image, so when the image is clicked we go to the link</h5>
<a href="./aboutme.html"><img src = "D:\codes\html css js\4.0 File Paths\dog.png" alt ="my photo"/></a>
<hr/>

About

ALL MY WEB PROJECTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages