menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Q&A
Questions
Unanswered
Tags
Users
Ask a Question
Articles
Interview Questions
Programming Quiz
Post An Article
Recent Posts
How to fix error 0xc000007b
Python difference between list and array_Kodlogs
Python round to 2 decimal places
error in grid.call.graphics(c_setviewport, vp, true) : non-finite location and/or size for viewport
curses is not supported on this machine (please install/reinstall curses for an optimal experience)
A variable declaration announces the name of a variable that will be used in a program, as well as:
Python find unique values in list
Data Gateways in the Cloud Native Era
Python sort one list by another
Removing element from a list python
When css is coded in the body of the web page as an attribute of an html tag it is called ________?
0
votes
248
views
Problem:
I am new and learning, I need help, can anyone help by filling in the blanks?
When CSS is coded in the body of the web page as an attribute of an HTML tag it is called _____?
css
html
asked
Feb 21, 2020
maddi86
●
7
●
5
●
3
5,380 points
answer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Solution:
When CSS is coded in the body of the web page as an attribute of an HTML tag it is called
inline
css
answered
Feb 21, 2020
guudduu
●
8
●
6
●
2
10,530 points
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
What is the color of the sky?
To avoid this verification in future, please
log in
or
register
.
Add comment
Cancel
Related questions
0
votes
1
answer
18
views
18
views
what is the difference between margin and padding in css, html?
asked
Sep 11, 2020
rabia
160
points
css
html
bootstrap4
0
votes
1
answer
23
views
23
views
Divide the page in three parts using div tag
I need to do the following page layout and I do not know how to do it right. I need to divide page into header left pane and right pane. The right pane in its turn, I need to divide into 2 sections. Something like that: Header Pane 1 Pane2 ... my understanding this is not a best practice to use tables for page layout. Just one more detail: I am targeting modern browsers, especially chrome.
asked
Nov 26, 2020
alexh
2.5k
points
html
css
0
votes
1
answer
69
views
69
views
Select the code below that uses css to configure a background color of #eaeaea for a web page?
Problem: I am new in programming and my syntax is not good, can anyone provide the right query to find? Select the code below that uses CSS to configure a background color of #eaeaea for a web page. a. body { background-color:#eaeaea} b. document {background-page:#eaeaea} c. body {bgcolor:#eaeaea} d. None of the Above
asked
Feb 19, 2020
maddi86
5.4k
points
css
php
0
votes
1
answer
13
views
13
views
Change the CSS class of an element with JavaScript
Problem: How can I change a css class of an HTML element in response to an event onClickusing javascript?
asked
Feb 12
sasha
13.2k
points
css
html
0
votes
1
answer
57
views
57
views
inside the anonymous function, use jquery to select the footer div. it has an id of 'footer'.
Problem : I have written two different types of sticky menus for two different pages. Following is the error Inside the anonymous function, use jquery to select the footer div. it has an id of 'footer'. Following is the code for both Menus. $(document).ready(function () { ... the bottom doesn't work because the second line of code var contentNav = $('.content-nav').offset().top; fires a error .
asked
Nov 19, 2019
peterlaw
6.9k
points
javascript
jquery
html
css
dom
0
votes
1
answer
31
views
31
views
how to create a calendar in html and css
Create the calender in HTML. I want a code for it.
asked
Oct 20, 2020
Ahsan
1.8k
points
html
css
0
votes
1
answer
603
views
603
views
Error: start tag body seen but an element of the same type was already open.
Problem : I was hoping that someone may know how to resolve the below HTML5 validation error. When I try to validate my page it gives me a below error : Error Line 90, Column 63: An body start tag seen but an element of the same type was already open. <body class=" ... only find the one <body> (the one referenced by above error) and one </body>. Can anyone please tell me how to fix above error?
asked
Jan 25, 2020
jwilliam
3.9k
points
html
validation
0
votes
1
answer
87
views
87
views
Cascading style sheets (css) allow rgb values to be entered as _____?
Problem: Cascading style sheets (css) allow rgb values to be entered as _____?
asked
Aug 4, 2020
LizzyM
6.1k
points
css
html
0
votes
1
answer
6
views
6
views
How to align the content of a div to the bottom with css?
Problem: Say I have an html page: <body> <div id="header"> <h1>Header title</h1> header content (one or multiple lines) </div> <div id="content"> bla bla bla </div> </body> and the corresponding css: #header { height: 150px; } The header section is of fixed height, but the content of ... perfectly | spans over three lines) ----------------------------- bla bla bla How can this be done in the CSS?
asked
Feb 15
sasha
13.2k
points
html
css
0
votes
1
answer
108
views
108
views
Which css property configures the size of text?
Problem: Which CSS property configures the size of text? A. size B. font-size C. text-size D. font-weight
asked
Jul 23, 2020
ArifulIslam
7.5k
points
html
css