0% found this document useful (0 votes)
53 views

Abhinav

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)
53 views

Abhinav

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
You are on page 1/ 12

INTERNSHIP REPORT

ON
FUNDAMENTAL OF PYTHON FOR MACHINE LEARNING,
DATA SCIENCE & WEB DEVELOPMENT
A report submitted in partial fulfillment of the requirement if Internship for

Bachelor of Technology
In
ELECTRONICS AND COMMUNTICATION ENGINEERING
by

ABHINAV RAJ
Reg no - 22104132044

Submitted To: - Submitted by: -


Prof. Md. TABISH RAZA ABHINAV RAJ
(Head of Department) Reg no - 22104132044
Electronics & Communication Engineering

DEPARTMENT OF
ELECTRONICS & COMMUNICATION ENGINEERING
SAHARSA COLLEGE OF ENGINEERING
SAHARSA, 852201, BIHAR
CERTIFICATE
DECLARATION
ACKNOWLEDGEMENTS
CONTENT
UNIT – 01

Introduction of HTML, A basic HMTL page, Basic HTML


tags
UNIT – 1

INTRODUCTION OF HTML

The HTML is the standard markup language for


documents designed to be displayed in a web browser.
It defines the meaning and structure of web content. It
is often by technologies such as Cascading Style Sheets
(CSS) and scripting language such as JavaScript.

Logo of HTML

Web browsers receive HTML document from a web server or from


local storage and render the documents into multimedia web
pages. HTML describe the structure of a web page semantically
and originally included cues for its appearances.

The major points of HTML are given below:

 HTML stands for Hyper Text Markup Language.


 HTML is used to create web pages and web applications.
 HTML is widely used language on the web.
 We can create a static website by HTML only.
 Technically, HTML is a Markup language rather than a
programming language.

A BASIC HTML PAGE

<!Doctype> Specifies this is an HTML 5 docx.

<html> This tag informs that browser that it is


an HTML document.

<title> It is used to contains title of that HTML


Page.

<head> It should be the first element inside the

<html> element.

<body> This tag contains the main content of

the HTML document.

<h1> Describe the heading.

<p> Describe the paragraph.

SOME POINT ABOUT HTML


 Most of the HTML elements having opening & closing tag
with content in between opening & closing tags.
 Some HTML tags have content. These are called Empty
elements.
e.g. <b>
 We can either use .htm or .html extension.
 You can use “Inspect Element” or “View Source Page” option
from any websites to took into a website’s HTML code.

COMMENTS IN HTML
Comments in HTML are used to mark text which should not be
parsed. They can help document the source code.

<! -- HTML comment-- >

Case sensitivity
HTML is a case insensitive language <H1> and <h1> tags are the
same.

BASIC HTML TAGS

We can add elements inside the body tag to define the page layout.

HTML ELEMENT
Everything from starting to the ending tag.

<body> opening tag

<content>

<body> closing tag


THE HEADING TAG
Heading tag is used mark headings in HTML, From h1 to h6.

Ex –

OUTPUT
PARAGRAPH TAG
Paragraph tags are used to add paragraph to an HTML page.
Ex –

<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph. </p>
<p>This is another paragraph. </p>
OUTPUT
This is a paragraph.
This is another paragraph.
THE ANCHOR TAG
The anchor tag is used to add links to an existing content inside an
HTML page.
Ex –

<a href =” htpp:// google.com”>

THE IMAGE TAG


Image tag is used to add images in an HTML page.

EX –

<img src= “image jpg “>

BOLD, ITALIC AND UNDERLINE TAGS


We can use bold, italic and underline tags to highlight the text as
follows:

<b> This is bold <b>


<I> This is italic <I>
<u> This is underline <u>
BR TAGS
The Br tags is used to create line break in an HTML doucments.
BIG AND SMALL TAGS
We can make the text a bit larger and a bit smaller using big and
small tags respectively.
HR TAGS
<HR> tag in HTML is used to create a horizontal ruler often used
to separate content.
SUBSCRIPT AND SUPERSCRIPT
We can add subscript and superscript in HTML as follows:
<sub> this </sub> is subscript
<sup> this </sup> is superscript
PRE – TAGS
HTML always ignore extra spaces and new lines. In order to
display a piece of text as is, we use pre tags.
<pre>
This is written
Using pre
</pre>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy