Uploaded on Nov 25, 2020
HTML is a markup language which can be used to make webpages.
Basic HTML
Hyper Text Markup Language
Hyper Text = “Text with links to other text. Documents written as hypertext
contain text that when "clicked on" by the user with a mouse, links to other
documents. “
Markup = The printer's marks that indicate how a document is to appear when
published. Sometimes also the editor's markings, or a graphical designer's
marks to indicate positioning, fonts, styles, etc. in a "comp."
HTML file is referring to a text file containing markup tags such which turns
text into bold type.
Basic components or elements of HTML are called tags.
Document relative link
means that the computer looks for the image in the same folder as
the page itself
if you have you image in the same folder as your page – it will look
like this
If you have all your images in an image folder – you url will look like
this
Alt component describes the image for screen readers, broken image link or user
with slow connection that doesn’t load images
Specify the location of the image file as being in the same folder as the web
page or in a different folder
Creates invisible section
Whatever content between the 2 div tags can be treated together
Your mission if you choose to accept it:
Your mission if you choose to accept it:
Comments