0% found this document useful (0 votes)
6 views2 pages

Visual Studio Code Tips & HTML Basics

The document provides settings and shortcuts for Visual Studio, including installation of Live Server and various keyboard commands for editing. It also covers HTML elements such as line breaks, horizontal lines, dummy text generation, and how to create links and images with attributes. Key HTML examples are given for creating links that open in new tabs and for inserting images.

Uploaded by

amansin8888
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Visual Studio Code Tips & HTML Basics

The document provides settings and shortcuts for Visual Studio, including installation of Live Server and various keyboard commands for editing. It also covers HTML elements such as line breaks, horizontal lines, dummy text generation, and how to create links and images with attributes. Key HTML examples are given for creating links that open in new tabs and for inserting images.

Uploaded by

amansin8888
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Lec 2 visual studio setting:

Live Server: installed


Visual code command
[Link]+click on more than one place to write
same thing.
[Link] +mouse wheel:Zoom in /out.
[Link]+d copy line down.

lec 5
<br> : break line

<hr>: horizontzl dandi

lorem 24: for dummy text of 20 word.

ctrl+enter : jump from new line

lec 6 Links and images


<a herf=”link”>this is link</link>

<a href="[Link] target="_blank">thi


s is google</a>
target="_blank": this attribute is used to open link
in new tab.
<img src="[Link] alt="girl pic" wid
th=”” height=””>

You might also like