Questions tagged [markup]

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include HTML, XML, SGML, and markdown. The markup can typically only be seen when editing a document, not when viewing it.

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include , , , and .

The markup can typically only be seen when editing a document, not when viewing it.

1350 questions
0
votes
1 answer

Remove HTML MarkUp

I am automating a marking procedure for a python class. However, when I download the submissions online they include the html markup which the students may have inadvertently submitted their solutions in such as:
Monacraft
  • 6,510
  • 2
  • 17
  • 29
0
votes
1 answer

How to show actual HTML and CSS markups in browsers

Attribute - Specifies the types of files that the server accepts (only for type="file")

I want to see actual HTML & CSS markups in browsers not its rendered version. How can I accomplish…
user4530879
0
votes
1 answer

How to create markup with HTML 4.01 Transitional?

I used the Structured Data Markup Helper from Google to create a markup for my webpage and filled the markup in my html. But when I then used the html validator from www.validator.w3.org I got a bunch of errors just from the markup I just added. Is…
0
votes
1 answer

How to setup Polymer narrow layout as default with HTML markup?

I am using this sample from Polymer demos and try to toggle side bar menu on page start up with HTML markup. So that Polymer is in narrow layout by default. At https://www.polymer-project.org/docs/elements/core-elements.html#core-scaffold is…
Stephan Ahlf
  • 3,310
  • 5
  • 39
  • 68
0
votes
1 answer

Rotate multiple SVG layers in different directions using just CSS Hover

I'm attempting to rotate SVG layers in different directions when a user hovers over the image. I can easily rotate the div container but of course this rotates the entire image. I've made a start on the code and hoping that one of you bright sparks…
Simon Hayter
  • 3,131
  • 27
  • 53
0
votes
1 answer

HTML table how to split rows in second column?

And align by center? In my case I need something like this: in the place where square is, I want to put picture, aligned in center. I try to do it in table, but I can split only first rows like this:
Gennady G
  • 996
  • 2
  • 11
  • 28
0
votes
1 answer

Text markup language that supports URL path as URL link text? (Markdown and Textile cannot?)

Using Jekyll and Github, it seems that whichever markup language I choose, MD or Textile, I cannot have the program compute the name of the link text to be the same as the link path itself. In other words, I'd like to be able to just spell out a URL…
AnneTheAgile
  • 9,932
  • 6
  • 52
  • 48
0
votes
1 answer

R markup Loading more than one package

I need to load two packages to make all my calculations and create a document by using r mark-up. For this I have this code: library(knitr) library(dplyr) But when I use knit Word to build my document I get this in text: ## ## Attaching package:…
Spartacus Rocha
  • 546
  • 1
  • 6
  • 14
0
votes
1 answer

Tools to build a UI markup language parser

For a school project, I need to implement a parser for a (probably XML-based) markup language for User Interfaces. Based on the input it generates a HTML document with various UI components (textareas, inputs, panels, dialogs etc.) Do you have any…
Dan
  • 9,912
  • 18
  • 49
  • 70
0
votes
2 answers

Unable to target just one unordered list in CSS

I'm trying to style two unordered lists differently on my page - no list style for the nav at the top, and regular list styling in the form. Here's my simplified markup: