Adobe Scan 16 Jun 2024
Adobe Scan 16 Jun 2024
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.,</p>
</body>
</html>
Basic Text Markup
" Headings: '<h1> to '<h6>
Paragraph: `<p>'.
" Bold: <b> or<strong>
" Italic: '<i>`or '<em>
" Line Break: '<br>'.
<head>
<style>
p {color: blue;}
</style>
</head>
" External:
<head>
<link rel="stylesheet" href=
</head>
Headings
'<h1>`to '<h6>`: define headings,
'<h1>' is the highest.
Layouts
" Use of '<div> and <span>
Iframes
" Embed another HTML page:
'<iframe src=" page . html">
</iframe>.
Images
<img src="url"
alt="description">
Hypertext Links
'<a href="url">This is a
link</a>.
Lists
Tables
<table>
<tr>
<th>Heading</th>
<th>Heading</th>
</tr>
<tr>
<td>Data</td>
<td>Data</td>
</tr>
</table>
Forms
body {
background -color: lightblue;
}
Using Css
Inline, internal, and external
methods.
Background Images, Colors, and
Properties
background-color',
`background-image', `color'.
Manipulating Texts
text-align', ' text-decoration',
text-transform'.
Using Fonts
font - family', font-size',
font -weight'.
CSS2
(XSD).
Meta Tags
" Provide metadata: `<meta
charset="UTE-8">'.
Character Entities