0% found this document useful (0 votes)
2 views3 pages

HTML Basics: Tags, Attributes, and Lists

The document provides notes on HTML attributes, alignment, lists, tables, hyperlinks, and formatting. It emphasizes the importance of specifying attributes within tags and includes examples for unordered lists, numbered lists, and table structures. Additionally, it mentions exam question order and special tags like horizontal rules with specific attributes.

Uploaded by

iris.hossans
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

HTML Basics: Tags, Attributes, and Lists

The document provides notes on HTML attributes, alignment, lists, tables, hyperlinks, and formatting. It emphasizes the importance of specifying attributes within tags and includes examples for unordered lists, numbered lists, and table structures. Additionally, it mentions exam question order and special tags like horizontal rules with specific attributes.

Uploaded by

iris.hossans
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

HTML NOTES

Atribute needs to be atavche dwith tag


Needs to have 2 things Tells me the name of what I want to do and what ius
sgfoing to happen
Eg tag (attrivbu)
Khr/ “color=green”
Eg adjective+ noun

Align
Left righ or center
for headings ,images
eg <h1 align = “center”>
OB YOU CAN CHANGE THE COLOROF THE TAB ‘
Mosta ttributes happen in the body

Bullet list
Unorded list symbols
<ul>
.
.
.

</ul>
For evry isngle item
<li> banana </li>
Types of bullets
1. “Disc”
Do not confuse
Type= “disc”
Type= “circle”
Type= “suqare”
Type= “A”

solid dot
Nujbered list

Tables format
<table>
<tr>
<td> banana </td>
<td> banana </td>
</tr>
</table>

Hyperlinks
Same rules for image s
Needs to be in the same file
<a> </a>
<a> href=[Link]>hobbies </a>

Need to specific
Href for reference

<a href =# ”photogallery”>

Exam questions order


1. Word
2. Html
3. Aces
4. Excel
Do not change the questions in the exam document
Comments
xxxx
Special tags

Horizontal rule 123


Avoid font color needs to be <hr color> = “yellow” size = “4”/>
Width
50 of the page goe sinthe middle = size refers to how thick the line will be

You might also like