html-onam25
Update history
This is used to check how much we cover the topic and remaining avalilability,
- lorem
- shortcuts
- AllPro full video at 25/10/2024
- ...
- ...
- DubugMedia full at 26/10/2024
html
css
java script
react
pytho
django
sql
git
english
HTML
HTML stands for HyperText Markup Language.
It is used to structure a web page and its content.
- html:5
- !
Paragraph is easy form Emmet
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod molestiae voluptatem nobis, eaque aut reprehenderit in!
Type: Lorem
Shortcuts form AllPro
Page wrap : Alt+Z
unwrap : Alt+X
copy line move : Alt+Shift+ upkey or downkey
move line : Alt+Funct+ upkey or downkey
for comment : Ctrl + /
find and replace : select the text and then press Ctrl+H
find and replace with custum : select the text and then press Ctrl+d
copy : Ctrl+C
paste : Ctrl+V
cut : Ctrl+X
undo : Ctrl+Z
redo : Ctrl+Y
select all : Ctrl+A
hr for a Horizontal line
Shortcuts form Debugmedia
form tag input tag have not closing tag bcz they enter in user. inlup tyoe change the value of input. name is on server side. labels cand space radio button not workingm bcz serverside link is working select - option tag (tag value used for server side too) https://youtu.be/IfYT8YsUcYs?si=uWUA_93u_n2xsLdz tow type button 1. input button (form is used mostly ) 2. button tag form action and methed action is used to link methed is used to sserver side
video 5 table tag. table head table body table attributes: table boarded, width, cellpadiing, cellspacing.
You
What are the semantic tag and use how to remember this
Copilot
A semantic tag in HTML is a tag that gives meaning to the web page content. For example,
No comments