0% found this document useful (0 votes)
24 views

HTML Code: Font-Family: ?,?,? Font-Size: ?px/em Font-Weight: ?px/em Text-Align: Center, Left, Right Color: #??????

The document provides an overview of basic HTML and CSS code elements. It lists common HTML tags such as <html>, <head>, <body>, <p>, <img>, and <table> and describes how they are used to structure content. It also lists CSS selectors and common CSS properties that can be used to style and position elements, such as font-size, font-family, color, text-align, height, width, and border.

Uploaded by

roger
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

HTML Code: Font-Family: ?,?,? Font-Size: ?px/em Font-Weight: ?px/em Text-Align: Center, Left, Right Color: #??????

The document provides an overview of basic HTML and CSS code elements. It lists common HTML tags such as <html>, <head>, <body>, <p>, <img>, and <table> and describes how they are used to structure content. It also lists CSS selectors and common CSS properties that can be used to style and position elements, such as font-size, font-family, color, text-align, height, width, and border.

Uploaded by

roger
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML CODE

<!COMMET-->

<!DOCTYPEHTML>-doctype

<html></html>-html

<head></head>-header

<link type=text/css rel=stylesheet href=url/>-link to css

<body></body>-body

<a href=> </a>- Hyperlink

<img src=/>- Insert image

<p></p>- paragraph

<h1,2,3,4,5,6>-headings

<ol></ol>- numbered list

<ul></ul>- bullet list

<li></li>-list

<div></div>- division

<span></span>-select portion of text

<table></table>-Table (colspan) add to merge cells

<thead></thead>-Table top row

<th></th>-Table head row

<tbody></tbody>-table body

<tr></tr>-Table row

<td><td>-Cell data

Style=-html edit function

Font-family: ?,?,?

Font-size: ?px/em

Font-weight: ?px/em

Text-align: center, left, right

Color: #??????
CSS CODE

/*COMMET*/

Selector { function: type;}-code format

Functions

font-weight:
Font_size:
Font-family:
Color: #??????
Text-decoration: none-removes hyperlinks design
Text-align:
Height:
Width:
Margin: auto-how much margin should be around object
auto=centre
Border-(type, width, color)
Border-radius:-curvy corners

You might also like