Punawale, Pimpri-Chinchwad, India - 411033.
1
Details verified of Shivani S.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Marathi Mother Tongue (Native)
Hindi Proficient
English Basic
Savitribai Phule Pune Univercity Pursuing
Master of Engineering - Master of Technology (M.E./M.Tech.)
SPPU, Pune 2023
Bachelor of Engineering (B.E.)
JQQ2+X95, Punawale
Punawale, Pimpri-Chinchwad, India - 411033
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in HTML Training
1
1. Which classes do you teach?
I teach HTML Class.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 1 year.
Answered 18 hrs ago Learn IT Courses/HTML
Creating a web page using HTML is simple! Here’s a basic example:
.html
(e.g.,index.html
. <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Web Page</title>
</head>
<body>
<h1>Welcome to My Web Page</h1>
This is a simple webpage created using HTML.</p>
<a href="https://www.google.com">Click here to visit Google</a>
</body>
</html>
Answered 19 hrs ago Learn IT Courses/HTML
HTML5 introduced several key improvements over its predecessors (HTML4, XHTML, etc.). Here are the major differences:
HTML5 introduced semantic elements to improve readability and structure:
<header>
, <footer>
, <article>
, <section>
, <nav>
, <aside>
<div>
and <span>
used in pre-HTML5.<audio>
and <video>
tags (no need for third-party plugins like Flash).email
, date
, url
, number
, range
, color
.placeholder
, required
, autofocus
, pattern
.localStorage
and sessionStorage
for persistent data storage.<canvas>
) for drawing graphics.<meta name="viewport">
.<font>
, <center>
, <frame>
, <big>
.<!DOCTYPE html>
(simple and universal).<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
(complex and required for different versions).HTML5 removed several outdated elements:
<applet>
, <acronym>
, <big>
, <dir>
, <font>
, <strike>
, <tt>
, <frame>
.Answered 19 hrs ago Learn IT Courses/HTML
HTML alone cannot connect directly to a database. You need a backend server to process database interactions. Common backend technologies include:
Answered 19 hrs ago Learn IT Courses/HTML
Adding your own HTML files to WordPress can be done in multiple ways, depending on how you want to integrate them. Here are the common methods:
If you simply want to display an HTML file on your site, follow these steps:
Compress the HTML File
Upload the ZIP File
Media > Add New
in your WordPress dashboard.Extract and Access the File
yoursite.com/yourfile.html
Answered 19 hrs ago Learn IT Courses/HTML
you can use the <figure>
and <figcaption>
elements : Just like that below example:
<figure>
<img src="your-image.jpg" alt="Image" width="300">
<figcaption>Your Text Here</figcaption>
</figure>
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in HTML Training
1
Answered 18 hrs ago Learn IT Courses/HTML
Creating a web page using HTML is simple! Here’s a basic example:
.html
(e.g.,index.html
. <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Web Page</title>
</head>
<body>
<h1>Welcome to My Web Page</h1>
This is a simple webpage created using HTML.</p>
<a href="https://www.google.com">Click here to visit Google</a>
</body>
</html>
Answered 19 hrs ago Learn IT Courses/HTML
HTML5 introduced several key improvements over its predecessors (HTML4, XHTML, etc.). Here are the major differences:
HTML5 introduced semantic elements to improve readability and structure:
<header>
, <footer>
, <article>
, <section>
, <nav>
, <aside>
<div>
and <span>
used in pre-HTML5.<audio>
and <video>
tags (no need for third-party plugins like Flash).email
, date
, url
, number
, range
, color
.placeholder
, required
, autofocus
, pattern
.localStorage
and sessionStorage
for persistent data storage.<canvas>
) for drawing graphics.<meta name="viewport">
.<font>
, <center>
, <frame>
, <big>
.<!DOCTYPE html>
(simple and universal).<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
(complex and required for different versions).HTML5 removed several outdated elements:
<applet>
, <acronym>
, <big>
, <dir>
, <font>
, <strike>
, <tt>
, <frame>
.Answered 19 hrs ago Learn IT Courses/HTML
HTML alone cannot connect directly to a database. You need a backend server to process database interactions. Common backend technologies include:
Answered 19 hrs ago Learn IT Courses/HTML
Adding your own HTML files to WordPress can be done in multiple ways, depending on how you want to integrate them. Here are the common methods:
If you simply want to display an HTML file on your site, follow these steps:
Compress the HTML File
Upload the ZIP File
Media > Add New
in your WordPress dashboard.Extract and Access the File
yoursite.com/yourfile.html
Answered 19 hrs ago Learn IT Courses/HTML
you can use the <figure>
and <figcaption>
elements : Just like that below example:
<figure>
<img src="your-image.jpg" alt="Image" width="300">
<figcaption>Your Text Here</figcaption>
</figure>
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.