-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.html
More file actions
35 lines (24 loc) · 1.04 KB
/
style.html
File metadata and controls
35 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>HTML STYLES</title>
</head>
<body style="background-color: black;">
<h1 style="font-family: 'Courier New', Courier, monospace; color:lime; text-align: center; font-size:300%" >Cyber Void~!</h1>
<h2 style="font-family: 'Courier New', Courier, monospace; color:lime; font-size:250%">kali@NewUser#:- Hello World!</h2>
<img src="cyberdesk.gif" alt="cyberDesk" width="600" height="500">
</body>
</html>
<!-- Summary
Use the style attribute for styling HTML elements
Use background-color for background color
Use color for text colors
Use font-family for text fonts
Use font-size for text sizes
Use text-align for text alignment-->
<!--<abbr> Defines an abbreviation or acronym
<address> Defines contact information for the author/owner of a document
<bdo> Defines the text direction
<blockquote> Defines a section that is quoted from another source
<cite> Defines the title of a work
<q> Defines a short inline quotation-->