HTML basics with an example and a table of commonly used shortcut keys.
HTML language Basics
Basic Information
- HTML (HyperText Markup Language): The standard language used to create web pages.
- Tags: HTML elements are represented by tags. Most tags come in pairs: an opening tag and a closing tag.
- Attributes: Provide additional information about elements. Attributes are always included in the opening tag and usually come in name/value pairs like
name="value"
.
Table of Contents
Basic Structure of an HTML Document
<!DOCTYPE html>
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This is a paragraph of text on my first HTML page.</p>
<a href="https://www.example.com">Visit Example.com</a>
<img src="image.jpg" alt="Description of image">
</body>
</html>
Explanation of the Html Example
<!DOCTYPE html>
: Defines the document type and HTML version.<html>
: Root element of an HTML page.<head>
: Contains meta-information about the document such as<title>
, which sets the title of the page.<body>
: Contains the content of the HTML document, like headings, paragraphs, links, and images.<h1>
to<h6>
: Define HTML headings.<p>
: Defines a paragraph.<a>
: Defines a hyperlink with thehref
attribute to specify the link destination.<img>
: Embeds an image withsrc
attribute specifying the image source andalt
attribute providing alternative text.
Shortcut Keys Table
Shortcut Key | Action |
---|---|
Ctrl + S | Save |
Ctrl + C | Copy |
Ctrl + V | Paste |
Ctrl + X | Cut |
Ctrl + Z | Undo |
Ctrl + Y | Redo |
Ctrl + B | Toggle bold |
Ctrl + I | Toggle italic |
Ctrl + U | Toggle underline |
Ctrl + Shift + Z | Redo (alternative shortcut) |
Ctrl + F | Find |
Ctrl + A | Select all |
Ctrl + N | New document |
Ctrl + O | Open document |
Ctrl + P | Print document |
Understanding these basics and using shortcut keys can greatly enhance your efficiency in working with HTML.
One Click
- Computer Keyboard Shortcut keys with Microsoft, windows, iOS kyes list
- Microsoft keyboard shortcuts kyes list Word, Excel, PowerPoint, Outlook
- Coding Editor software Keyboard Shortcut Keys
- All 3d or 2d software Keyboard Shortcut Keys
- All Adobe software Keyboard Shortcut Keys
- C Programming Language Keyboard Shortcut Keys
- Scala Programming Language Keyboard Shortcut Keys
- Erlang Programming Language Keyboard Shortcut Keys
- Emoji Keyboard Shortcut Keys get all in one click
- Lisp Syntax Programming Language Keyboard Shortcut Keys
- Haskell Programming Language Keyboard Shortcut Keys
- Python Programming Language Keyboard Shortcut Keys
- Java Programming Language Keyboard Shortcut Keys
- Pascal Programming Language Keyboard Shortcut Keys
- C++ Programming Language Keyboard Shortcut Keys
- Ruby Programming Language Keyboard Shortcut Keys
- JavaScript Programming Language Keyboard Shortcut Keys
- Php Programming Language Keyboard Shortcut Keys
- Perl Programming Language Keyboard Shortcut Keys
- Html Programming Language Keyboard Shortcut Keys
- Prolog Programming Language Keyboard Shortcut Keys
- Markdown Programming Language Keyboard Shortcut Keys
- Xml Programming Language Keyboard Shortcut Keys
- Go Programming Language Keyboard Shortcut Keys
- Datalog Programming Language Keyboard Shortcut Keys
- Ada Programming Language Keyboard Shortcut Keys
- X86 assembly Programming Language Keyboard Shortcut Keys
- ARM assembly Programming Language Keyboard Shortcut Keys
- Sql Programming Language Keyboard Shortcut Keys
- R Programming Language Keyboard Shortcut Keys
WebForestSite
Webforestsite This is my another website you get here website collection copyright free commercial use website.
- Free image , video, music get Website collection
- Free Graphics and Fonts, Colors, Icons , illustration get more Website collection
- Free Book and Webtoon, comics, ebook get more Website collection
- Free mockup and template get more Website collection
- Free Logo maker get more Website collection
- Free movies, webseries and kdrama cdrama get more Website collection
- Free Download movies webseries get more Website collection
- Free 3d animation texture 3d model get more Website collection
- Free Ai video generator image generator get more Website collection
- Free Edit anything online get more Website collection
- Free Education learning new skills get more Website collection
[…] Html Programming Language Keyboard Shortcut Keys […]